QuickOPC User's Guide and Reference
Alarms - Shelving and Unshelving
Development Models > Imperative Programming Model > Imperative Programming Model for OPC UA Alarms & Conditions > Modifying Information (OPC UA Alarms & Conditions) > Alarms - Shelving and Unshelving

In order to set the alarm condition to the Unshelved state, use the IEasyUAAlarmsAndConditionsClient.Unshelve extension method.

In order to set the alarm condition to the TimedShelved state, use the IEasyUAAlarmsAndConditionsClient.TimedShelve extension method.

In order to set the alarm condition to the OneShotShelved state, use the IEasyUAAlarmsAndConditionsClient.OneShotShelve method.

See Also